home *** CD-ROM | disk | FTP | other *** search
- ## -*-Tcl-*-
- # ==========================================================================
- # Mode Examples - a Help package for Alpha
- #
- # FILE: "ManipCols-Example.tcl"
- # created: 10/17/00 {02:18:43 pm}
- # last update: 10/17/00 {03:55:04 pm}
- # Description:
- #
- # Script for the "ManipCols Example" in the Mode Examples package.
- #
- # Author: Craig Barton Upright
- # E-mail: <cupright@princeton.edu>
- # mail: Princeton University, Department of Sociology
- # Princeton, New Jersey 08544
- # www: <http://www.princeton.edu/~cupright>
- #
- # ==========================================================================
- ##
-
- set f [file join $HOME "Mode Examples" "ManipCols-Example"]
- new -n "* Manip Cols Tutorial *" -m Setx -text [file::readAll $f] -shell 1
- setWinInfo tabsize 8
- goto [minPos]
- unset f